Don't provide openssl s_client as an option for ssl connections
authorRob Browning <rlb@defaultvalue.org>
Sat, 22 Apr 2017 17:02:00 +0000 (12:02 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 28 Jul 2017 15:40:40 +0000 (10:40 -0500)
commit47583d9d9a27fe9fa4fe96a932501497dc27af56
tree70daede48e8a211979815d8b079c2f4735a75cfa
parent3456bf7e394316db2cde7522f233cf5b2d5dda83
Don't provide openssl s_client as an option for ssl connections

openssl s_client is no longer a default for ssl connections

"s_client is a debug tool, it does not set up a secure connection, it
ignores all errors and just continues.  It also doesn't do checks it
should be doing.  This is all documented behaviour." -- Kurt Roeckx

Bug-Debian: https://bugs.debian.org/766397
lisp/net/tls.el